records

records

Active filters Clear all

No active filters

Filters

Sign plates located in each Pay Stay zone

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
pay_stay_zone
A collection of 1 or more parking bays in which the same restrictions apply

No description available for this field.

Name (identifier)
pay_stay_zone
Type
integer
Sample
                       
restriction_and_payment_display
The parking conditions as displayed on the parking sign

No description available for this field.

Name (identifier)
restriction_and_payment_display
Type
text
Sample
                       
sign_exemptions
               

No description available for this field.

Name (identifier)
sign_exemptions
Type
text
Sample
                       
days_of_restriction
               

No description available for this field.

Name (identifier)
days_of_restriction
Type
text
Sample
                       
time_restrictions_start
Time the restrictions start

No description available for this field.

Name (identifier)
time_restrictions_start
Type
text
Sample
                       
time_restrictions_finish
Time the restrictions finish

No description available for this field.

Name (identifier)
time_restrictions_finish
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"sign-plates-located-in-each-pay-stay-zone",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/sign-plates-located-in-each-pay-stay-zone"
      }
    ]
    ,
  • "definitions":
    {
    • "sign-plates-located-in-each-pay-stay-zone":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/sign-plates-located-in-each-pay-stay-zone_records"
            }
          }
        }
      }
      ,
    • "sign-plates-located-in-each-pay-stay-zone_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "pay_stay_zone":
              {
              • "type":"integer",
              • "title":"pay_stay_zone",
              • "description":"A collection of 1 or more parking bays in which the same restrictions apply"
              }
              ,
            • "restriction_and_payment_display":
              {
              • "type":"string",
              • "title":"restriction_and_payment_display",
              • "description":"The parking conditions as displayed on the parking sign"
              }
              ,
            • "sign_exemptions":
              {
              • "type":"string",
              • "title":"sign_exemptions",
              • "description":""
              }
              ,
            • "days_of_restriction":
              {
              • "type":"string",
              • "title":"days_of_restriction",
              • "description":""
              }
              ,
            • "time_restrictions_start":
              {
              • "type":"string",
              • "title":"time_restrictions_start",
              • "description":"Time the restrictions start"
              }
              ,
            • "time_restrictions_finish":
              {
              • "type":"string",
              • "title":"time_restrictions_finish",
              • "description":"Time the restrictions finish"
              }
            }
          }
        }
      }
    }
}

Similar datasets